WDWClientDelegate

Objective-C

@protocol WDWClientDelegate <NSObject>

Swift

protocol WDWClientDelegate : NSObjectProtocol

Delegate protocol to interact with the WDW-SDK. Delegate methods are only called when WDW-SDK monitoring is started.

After the -[WDWClient startMonitoring] is called, the following delegate methods are called at arbitrary time:

Other delegate methods are executed in the following order:

  1. -wdwClient:didEnterMonitoredArea:
  2. -wdwClient:didReceiveNewData: (multiple times)
  3. -wdwClient:didLeftMonitoredArea: